DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / SqlParser.Compound_clauseContext Class / GetChild Method / GetChild<T>(Int32) Method

In This Topic
    GetChild<T>(Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Function GetChild(Of T As Antlr4.Runtime.Tree.IParseTree)( _
       ByVal i As Integer _
    ) As T
    public virtual T GetChild<T>( 
       int i
    )
    where T: Antlr4.Runtime.Tree.IParseTree

    Parameters

    i

    Type Parameters

    T
    See Also